﻿.doots {
  display: flex;
  justify-content: space-around;
  height: 60px;
  align-content: space-around;
  position: relative;
  background-image: linear-gradient(90deg, #fff 40%, #021f59 40%);
  padding: 0;
}

.tab_color {
  background-color: #021f59;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

a.active h4 {
  color: #00bf44;
  font-family: 'Mohr-Medium';
  font-size: 0.875rem;
  position: relative;
}

a.active h4::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 4px;
  background-color: #00bf44;
  left: -10%;
  bottom: -11px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;

}

.nav-pills li {
  width: 240px;
  display: flex;
  justify-content: center;
  background-color: #021f59;
  align-items: center;
}

.nav-pills li:first-child {
  background-color: #fff;
  position: relative;
}

.nav-pills li:first-child:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 27px solid #fff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  right: -26px;
}

.txt-fixo {
  font-size: 0.875rem;
  color: #00bf44;
  font-family: 'Mohr-Medium';
  position: relative;
  font-weight: 500;
  line-height: 2.71;
  text-align: center;
  color: #00bf44;
  margin-bottom: 0px;
}

.txt-inativo {
  font-size: 0.875rem;
  font-family: 'Mohr-Medium';
  font-weight: 500;
  line-height: 2.71;
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
}

.colPrin {
  padding-right: 0px;
  padding-left: 0px;
}


a.active button {
  color: #00bf44;
  border: 1px solid #00bf44;
  background-color: rgba(255, 255, 255, 0.2);
}


.divCompro {
  background: #00bf44;
  padding: 5% 15%;
}

.txt_compromisso {
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-family: "Mohr-Medium";
  margin: 0px;
  padding: 0px;
}

.txt_compromisso a {
  color: white !important;
}

.compromisso_mar {
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-family: "Mohr-Mediumlt";
  text-decoration: underline;
  margin: 0px;
  padding: 0px;
}

.compromisso_mar:hover {
  text-decoration: underline;
}

.dotsPio {
  padding: 5%;
  background: #fff;
  background-image: url('/en/Style Library/images/bg_historia.svg');
  background-repeat: no-repeat;
  width: 100%;
  z-index: 1;
}

.txt_title_pio {
  font-size: 5rem;
  color: #021f59;
  line-height: 60px;
  font-family: "Mohr-BoldIt";
  display: flex;
  justify-content: center;
}

.txt_title_pio2 {
  font-size: 5rem;
  color: #021f59;
  line-height: 60px;
  font-family: "Mohr-BoldIt";
  margin-top: 1.5rem;
}

.txt_sub_title {
  font-family: "Mohr-Lighit";
  font-size: 5rem;
  color: #021f59;
  line-height: 60px;
  margin-top: 1.5rem;
}

.dotsPio2 .teste {
  margin: 0 auto;
  display: block;
  margin-top: 1rem;
}


.txt_acoes_content {
  font-family: "Mohr-ExtraLightIt";
  color: #00bf44;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  width: 50%;
  margin: 10px auto;
  display: block;
}

.timeline:before {
  content: '';
  position: absolute;
  height: 93.5%;
  left: 50%;
  width: 1px;
  top: -20px;
  background: #a0a0a0;
  z-index: 0;
  margin-top: 6rem;
}

.timeline {
  position: relative;
  margin: 0px auto;
  margin-bottom: 0px;
  width: 1000px;
  padding: 50px 0;
}


.timeline ul {
  margin: 0;
  padding: 0;
}

.timeline ul li {
  list-style: none;
  box-sizing: border-box;
  line-height: normal;
  position: relative;
  width: 50%;
  padding: 40px 70px;
}

.timeline ul li .right_content h2 {
  font-family: "Mohr-Thin";
  font-size: 80px;
  line-height: 21px;
  letter-spacing: -3.2px;
  color: #00bf44;
  padding: 0px 2px 18px 0px;
}

.txt_disc {
  font-size: 14px;
  line-height: 21px;
  color: #707070;
  font-family: "Mohr-Medium";

}

.rightDots::before {
  content: "";
  width: 20px;
  height: 35px;
  position: absolute;
  background: transparent;
  top: 2.25rem;
  left: -0.55rem;
  z-index: 1000;
}

.leftDots::before {
  content: "";
  width: 20px;
  height: 35px;
  position: absolute;
  background: transparent;
  top: 2.25rem;
  right: -0.65rem;
  z-index: 1000;
}


.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

.left_content {
  padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/en/Style Library/images/circleAzul.svg");
  background-repeat: round;
  border-radius: 50%;
  right: -0.65rem;
  top: 2rem;
  z-index: 2000;
}



.timeline ul li:nth-child(even):before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: round;
  background-image: url("/en/Style Library/images/circleAzul.svg");
  border-radius: 50%;
  left: -0.559rem;
  top: 2rem;
  z-index: 9;
}



.timeline ul li:nth-child(odd) .left_content {
  position: absolute;
  top: 12px;
  right: -165px;
  margin: 0;
  padding: 8px 16px;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(59, 112, 239, 0.3);
  border-radius: 18px;

}

.timeline ul li:nth-child(even) .left_content {
  position: absolute;
  top: 12px;
  left: -165px;
  margin: 0;
  padding: 8px 16px;

  color: #fff;
  box-shadow: 0 0 0 3px rgba(59, 112, 239, 0.3);
  border-radius: 18px;

}

.pre_footer {
  margin-bottom: 3rem;
}

.dots3 {
  margin: 0 auto;
  margin-top: 10px;
  width: 10px;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #021f59;
  clear: both;
  transform: translate(0px, -3.5rem);
}


.txt_pre_footer {
  color: #021f59;
  font-family: "Mohr-Medium";
  font-size: 0.9rem;
  text-align: center;
  width: 56%;
  display: block;
  margin: 0 auto;
}

.txt_pre_footer a {
  color: #021f59;
  font-family: "Mohr-Medium";
  font-size: 0.9rem;
  text-decoration: underline;
  text-decoration-color: #021f59
}

.txt_pre_footer a:hover {
  color: #021f59;
}

.dots4 img {
  display: block;
  margin: 0 auto;
  margin-top: -3rem;
}

@media screen and (max-width: 1536px) {
  .nav-pills li:first-child:after {
    border-left: 27px solid #fff;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    top: -1px;
    right: -26px;
  }

  .doots {
    background-image: linear-gradient(90deg, #fff 34.5%, #021f59 30%);
  }
}

@media screen and (max-width: 1280px) {
  .nav-pills li:first-child:after {
    border-top: 30px solid transparent;
  }

  .doots {
    background-image: linear-gradient(90deg, #fff 31.4%, #021f59 30%);
  }
}

@media (max-width: 1000px) {

  .timeline {
    width: 100%;
  }
}

@media screen and (max-width: 920px) {
  .doots {
    height: auto;
    background-color: #021f59;
    background-image: none;
  }

  a.active h4::after {
    bottom: 0;
  }

  .nav-pills li:first-child:after {
    display: none;
  }

  .nav,
  .nav-pills li {
    width: 100%;
  }
}

@media (max-width: 767px) {

  .txt_acoes_content {
    text-align: left;
    margin: 0px;
    width: 100%;
  }

  .dots4 img {
    display: none;
  }

  .timeline {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .timeline:before {
    left: 20px;
    height: 96%;
  }

  .dots3 {
    display: none;
  }

  .pre_footer {
    margin-top: 0px;
  }

  .txt_pre_footer {
    width: 100%;
  }

  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    float: none;
  }

  .timeline ul li:nth-child(odd):before {
    content: "";
    top: 2rem;
    display: none;
    left: 0.6rem;

  }

  .timeline ul li:nth-child(even):before {

    display: none;
    top: 2rem;
    left: 0.6rem;
  }

  .rightDots::before {
    top: 2.4rem;
    left: 0.6rem;
    background: none;
    background-image: url('/en/Style Library/images/circleAzul.svg');
    background-size: cover;
    width: 20px;
    height: 20px;
    z-index: 9;
  }

  .leftDots::before {
    top: 2.4rem;
    left: 0.6rem;
    background: none;
    background-image: url('/en/Style Library/images/circleAzul.svg');
    background-size: cover;
    width: 20px;
    height: 20px;
    z-index: 9;
  }

  .timeline ul li:nth-child(odd) .left_content,
  .timeline ul li:nth-child(even) .left_content {
    top: 35px;
    left: 50px;
    right: inherit;
  }

  .timeline ul li .right_content h2 {
    font-size: 2.5rem;
  }


}

@media screen and (min-width:641px) and (max-width:1000px) {
  .bannerImg {
    height: 40vh;
  }

  .divCompro {
    padding: 5% 6%;
  }

  .dotsPio {
    padding: 5%;
    padding-top: 40%;
  }
}

@media screen and (max-width:640px) {

  .bannerImg {
    z-index: 2;
    height: 50vh;
    background-position-x: -70px;
  }

  .bannerContent {
    padding: 10% 5% 5% 5%;
  }

  .txt-banner {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  .title_poli {
    font-size: 2.5rem;
  }

  .content_poli {
    font-size: 0.9rem;
    width: 100%;
  }

  .doots {
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .dotsPio {
    background-position: -17rem -8rem;
    padding: 40% 5% 0;
  }

  .dotsPio2 .teste {
    margin: auto;
  }

  a.active h4::after {
    bottom: 0;
  }

  .txt_title_pio,
  .txt_sub_title,
  .txt_title_pio2 {
    font-size: 2.5rem;
  }

  .txt_acoes_content {
    font-size: 20px;
    line-height: normal;
}

  .divCompro {
    padding: 5% 7%;
  }

  .teste {
    margin-top: 0px;
  }
}

@media screen and (max-width:375px) {
  .bannerImg {
    height: 60vh;
  }
}

@media screen and (max-width:320px) {
  .title_poli {
    font-size: 2rem;
  }

  .bannerImg {
    z-index: 2;
    background-position-x: 0px;
  }

  .content_poli {
    font-size: 0.77rem;
  }

  .txt_title_pio,
  .txt_sub_title,
  .txt_title_pio2 {
    font-size: 3rem;
  }

  .teste {
    margin-top: 0px;
  }

}